home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat3 / Tcl / unset.z / unset
Encoding:
Text File  |  1998-10-30  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. uuuunnnnsssseeeetttt((((3333TTTTccccllll))))                                                        uuuunnnnsssseeeetttt((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      unset - Delete variables
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      uuuunnnnsssseeeetttt _n_a_m_e ?_n_a_m_e _n_a_m_e ...?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command removes one or more variables.  Each _n_a_m_e is a variable
  17.      name, specified in any of the ways acceptable to the sssseeeetttt command.  If a
  18.      _n_a_m_e refers to an element of an array then that element is removed
  19.      without affecting the rest of the array.  If a _n_a_m_e consists of an array
  20.      name with no parenthesized index, then the entire array is deleted.  The
  21.      uuuunnnnsssseeeetttt command returns an empty string as result.  An error occurs if any
  22.      of the variables doesn't exist, and any variables after the non-existent
  23.      one are not deleted.
  24.  
  25.  
  26. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  27.      remove, variable
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.